home *** CD-ROM | disk | FTP | other *** search
- object frmAddMonitor: TfrmAddMonitor
- Left = 333
- Top = 149
- BorderStyle = bsDialog
- Caption = 'Add System Monitor'
- ClientHeight = 327
- ClientWidth = 496
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 65
- Top = 4
- Width = 318
- Height = 61
- AutoSize = False
- Caption =
- 'Choose a catagory, then an item, and if necissary a body to add' +
- ' a System Monitor. A description of the selected item is display' +
- 'ed below.'
- WordWrap = True
- end
- object lblCatagory: TLabel
- Left = 10
- Top = 74
- Width = 85
- Height = 24
- AutoSize = False
- Caption = 'C&atagory:'
- FocusControl = ListBoxCatagory
- end
- object lblItem: TLabel
- Left = 174
- Top = 74
- Width = 84
- Height = 24
- AutoSize = False
- Caption = '&Item:'
- FocusControl = ListBoxItem
- end
- object lblBody: TLabel
- Left = 338
- Top = 74
- Width = 85
- Height = 24
- AutoSize = False
- Caption = '&Body:'
- FocusControl = ListBoxBody
- end
- object Image1: TImage
- Left = 10
- Top = 4
- Width = 32
- Height = 32
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- end
- object ListBoxCatagory: TListBox
- Left = 6
- Top = 98
- Width = 155
- Height = 153
- ItemHeight = 16
- Sorted = True
- TabOrder = 0
- OnClick = ListBoxCatagoryClick
- end
- object ListBoxItem: TListBox
- Left = 170
- Top = 100
- Width = 155
- Height = 152
- ItemHeight = 16
- Sorted = True
- TabOrder = 1
- OnClick = ListBoxItemClick
- end
- object ListBoxBody: TListBox
- Left = 335
- Top = 100
- Width = 155
- Height = 152
- ExtendedSelect = False
- ItemHeight = 16
- Sorted = True
- TabOrder = 2
- OnClick = ListBoxBodyClick
- end
- object PanelExplanation: TPanel
- Left = 0
- Top = 258
- Width = 496
- Height = 69
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 3
- object RichDescription: TRichEdit
- Left = 1
- Top = 1
- Width = 494
- Height = 67
- TabStop = False
- Align = alClient
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- PlainText = True
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object butOk: TButton
- Left = 393
- Top = 5
- Width = 96
- Height = 29
- Caption = '&Ok'
- Enabled = False
- TabOrder = 4
- OnClick = butOkClick
- end
- object butCancel: TButton
- Left = 393
- Top = 41
- Width = 96
- Height = 28
- Caption = '&Cancel'
- TabOrder = 5
- OnClick = butCancelClick
- end
- end
-